home *** CD-ROM | disk | FTP | other *** search
- //==================================================================
- // PACMAN
- //==================================================================
-
-
-
- // menu
- menu_move
- {
- type sound
- sound sounds/menuClick.ogg
- {
- name menu_move
- }
- }
-
- menu_enter
- {
- type sound
- sound sounds/menuenter.ogg
- {
- name menu_enter
- }
- }
-
- menu_escape
- {
- type sound
- sound sounds/menuenter.ogg
- {
- name menu_escape
- }
- }
-
- menu_switch
- {
- type sound
- sound sounds/menuenter.ogg
- {
- name menu_switch
- }
- }
-
- menu_cheats
- {
- type sound
- sound sounds/menuok.ogg
- {
- name menu_ok
- }
- }
-
- menu_deny
- {
- type sound
- sound sounds/menuno.ogg
- {
- name menu_deny
- }
- }
-
- //GAME
- boom_snd
- {
- type sound
- sound sounds/boom.ogg
- {
- name boom_snd
- }
- }
-
- boom2_snd
- {
- type sound
- sound sounds/boom2.ogg
- {
- name boom_snd
- }
- }
-
- bonus_snd
- {
- type sound
- sound sounds/bonus.ogg
- {
- name bonus_snd
- }
- }
-
- portal_snd
- {
- type sound
- sound sounds/teleport.ogg
- {
- name bonus_snd
- }
- }